C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Behavior<T> Class / Detach Method


In This Topic
Detach Method
In This Topic
Detaches the behavior from the UIKit.UIView.
Syntax
'Declaration
 
Public Sub Detach( _
   ByVal o As T _
) 
 
'Usage
 
Dim instance As C1Behavior(Of T)
Dim o As T
 
instance.Detach(o)

Parameters

o
See Also